gtk/meson.build: Fix builds without PangoFT2
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 5 Jan 2022 09:50:29 +0000 (17:50 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 12 Jan 2022 09:29:28 +0000 (17:29 +0800)
commitee2dd1acc79ee1e4c45e297dd9a313e8a11868d4
tree52f0bdc4e891bcbee5a8398003dddffd56ad0103
parent21d40fc0386794a5c4991ce8f5eeba96cdf23884
gtk/meson.build: Fix builds without PangoFT2

We aren't really using PangoFT2 for [language|script]-names.c, and are
always using items from them, so make sure they are being built.

Also always include the pangoft2 dependency in gtk_dep if it is found.
gtk/meson.build